Version

ApplyFixedValuesFilter(Boolean,CalendarType,IEnumerable<FixedDateGroup>) Method

Syntax

Parameters

includeBlanks
The value which indicates whether blank cells should be filtered in.
calendarType
The calendar type used to interpret values in the dateGroups collection.
dateGroups
The collection of fixed date groups which should be filtered in.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiondateGroups is null.
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptioncalendarType is not defined in the Infragistics.Documents.Excel.Filtering.CalendarType enumeration.
System.ArgumentNullExceptionA FixedDateGroup in the dateGroups collection is null.
System.ArgumentExceptionMultiple items in dateGroups are equal to each other.
System.InvalidOperationExceptionincludeBlanks is False and dateGroups has no items. At least one value must be allowed.
System.InvalidOperationExceptionThe WorksheetTable.IsFilterUIVisible value of the owning table is False. Filters cannot be applied when the header row or filter button is hidden.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also